
/*产品展示样式*/
#ProList{ width:80%; margin:0 auto;}
p#change{ float:right; width:45%;}
p#change span{ display:inline-block; float:left; width:48%; margin-right:4%; background-color:#FFFFFF; margin-top:30px; box-sizing:border-box; padding:20px; cursor:pointer; -moz-transition: all 0.3s ease; -webkit-transition: all 0.3s ease; transition: all 0.3s ease;}
p#change span.hover{ background-color:#f2f2f2; margin-top:20px; margin-bottom:10px;}
p#change em{ display:inline-block; float:left; width:70px; height:70px; background-color:#26427e; font-size:34px; color:#FFFFFF; border-radius:100px; margin-right:15px; text-align:center; line-height:70px;}
p#change e{ display:inline-block; float:left; line-height:70px; font-size:26px; font-family: "HYJunHei-CEJ"; font-weight:bolder;}
p#change i{ display:inline-block; width:100%; margin-top:10px; font-size:16px; line-height:180%;}
p#change span:nth-child(2n){ margin-right:0;}
#ProList div.changeCon{
	display:none; margin-top:30px;
}
@media screen and (max-width: 1500px) {
#ProList{ width:90%;;}
}







#KeyFriend{ width:80%; margin:0 auto;position: relative; margin-top:30px;}
@media screen and (max-width: 1500px) {
#KeyFriend{ width:90%;}
}
p#change2{
	overflow:hidden;
	text-align:center;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #e5e5e5; padding-bottom:20px;
}

p#change2 span{ display:inline-block; padding-left:20px; padding-right:20px; line-height:35px; padding-bottom:20px; font-size:20px; cursor:pointer; font-family: "HYJunHei-CEJ"; font-weight:bolder; color:#333333;}
p#change2 span.hover{
	color:#134398;
	background-image: url(../images/xj_03.png);
	background-repeat: no-repeat;
	background-position: center bottom;
}
#KeyFriend div.kfcon{display:none; overflow:hidden;}